home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / FEBE (Firefox Environment Backup Extension) 5.0 / febe-5.0-fx.xpi / chrome / febe.jar / content / febeHelp_21.xul < prev    next >
Extensible Markup Language  |  2007-06-07  |  2KB  |  52 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3.  
  4. <!DOCTYPE window [
  5.     <!ENTITY % febeDTD SYSTEM "chrome://febe/locale/febe.dtd" >
  6.     %febeDTD;
  7.     <!ENTITY % febeHelpDTD SYSTEM "chrome://febe/locale/febeHelp.dtd" >
  8.     %febeHelpDTD;
  9. ]>
  10.  
  11. <dialog title="&febe.help.caption;"
  12.                 xmlns:html="http://www.w3.org/1999/xhtml"
  13.                 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  14.                 onload="sizeToContent();"
  15.                 maxwidth="400"
  16.                 buttons="cancel"
  17.                 buttonlabelcancel="&febe.close;">
  18.     
  19.     <script type="application/x-javascript" src="chrome://febe/content/febeCommon.js"/>
  20.     
  21.     <stringbundleset id="stringbundleset"> 
  22.         <stringbundle id="febe-strings" src="chrome://febe/locale/febe.properties"/>
  23.     </stringbundleset>
  24.  
  25.         <groupbox class="box-inset">
  26.             <caption label="&febe.help1.caption;" class="outset" style="-moz-border-radius: 15px; background-color: white"/>
  27.             <hbox>
  28.                 <description value="&febe.buUDBu.label;" style="font-weight: bold;"/>
  29.             </hbox>
  30.         </groupbox>
  31.         <groupbox flex="1" class="box-inset">
  32.             <caption label="&febe.help2.caption;" class="outset" style="-moz-border-radius: 15px; background-color: white"/>
  33.                 <description flex="1">&febe.help_21.text1; &febe.help_21.text2;</description>
  34.                 <spacer flex="1"/>
  35.                 <description flex="1">&febe.help_21.text3;</description>
  36.                 <spacer flex="1"/>
  37.                 <description flex="1">&febe.help_21.text4;</description>
  38.                 <spacer flex="1"/>
  39.                 <description flex="1">&febe.help_21.text5;</description>
  40.                 <spacer flex="1"/>
  41.                 <description flex="1">&febe.help_21.text6;</description>
  42.                 <spacer flex="1"/>
  43.                 <description flex="1">&febe.help_21.text7;</description>
  44.                 <spacer flex="1"/>
  45.                 <description flex="1">&febe.help_21.text8;</description>
  46.                 <spacer flex="1"/>
  47.                 <description flex="1">&febe.help_21.text9;</description>
  48.                 <spacer flex="1"/>
  49.         </groupbox>
  50.  
  51. </dialog>
  52.